@extends('backend.layouts.app') @section('title') {{ __('Create Sale Order') }} @endsection @section('admin-content')
@include('backend.layouts.partials.messages')
@csrf
@include('components.popups.item-modal')
@include('components.popups.customer-modal')
@endsection