@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.addnewsupplier') }}@stop @section('page-header')
@endsection @section('content') @if (session()->has('addnewsupplier')) @endif @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }} {{-- 1 --}}
{{-- 2 --}}
{{-- 3 --}} {{-- 5 --}}

@endsection @section('js') @endsection