@extends('admin.layout.app') @section('title') {{ __('Update') }} Draw @endsection @section('header')

Home - Draw Managment

@endsection @section('content')
{{ __('Edit ') }} Draw
@csrf {{ method_field('PATCH') }} @include('admin.draw.form')
@endsection @section('script') @endsection