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

Home - Draw Managment

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