@extends('layouts.backend.master') @section('title', trans('backend.titles.orders')) @section('content')
@include('backend.includes.form.header', ['page' => 'orders'])
@csrf @method('PUT')
{{-- @include('backend.includes.form.footer')--}}
@endsection @section('scripts') @endsection