@extends('layouts.master') @section('title') Products @endsection @section('page-title') Edit Product @endsection @section('body') @endsection @section('content')
@csrf @method('POST')
Back
@endsection @section('scripts') @endsection