@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() }} {{-- Row 1 --}}
{{-- Row 2 --}}
@endsection @section('js') @endsection