@extends('layouts.admin') @section('content')
Edit Product: {{$product->code}}
@include('errors._error-bag')
{{csrf_field()}} {{method_field('patch')}}
@endsection @section('js') @endsection