@extends('layouts.master') @section('title', 'Product') @section('page-header') Product Edit @stop @push('style') @endpush @section('content')
@include('partials._alert_message')

@yield('page-header')

@csrf @method('PUT')
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@endsection @section('js') @endsection