@extends('admin.layouts.master') @section('title') @endsection @section('css') @include('admin.layouts.css') @endsection @section('body') @if(session('error')) @endif
@if (session('error'))
{{ session('error') }}
@endif
اضافـــــــة منتـــج جديـــد
@csrf



@endsection @section('js') @include('admin.layouts.js') @endsection