@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection @section('content')
@csrf @method('put')

@endsection