@extends('layouts.admin') @section('title', 'Edit Product') @section('page_title', 'Edit Product') @section('page_css') @endsection @section('content')
@error('name') {{ $message }} @enderror
Cancel
@endsection @section('page_js') @endsection