@extends('layouts.admin') @section('title' , 'Edit Product') @section('breadcrumb-item') @endsection @section('content')
Edit Popup
{{ csrf_field() }}
@include('includes.partials.error', ['field' => 'title'])
@include('includes.partials.error', ['field' => 'description'])
@endsection