@extends('partner.layouts.master') @section('css') @endsection @section('breadcrumb')

عملية بيع جديدة

@endsection @section('content')
@if(Session::has('alert'))

{{Session::get('alert')}}

@endif
@csrf
@error('phone') {{ $message }} @enderror
@error('item_id') {{ $message }} @enderror
@error('number') {{ $message }} @enderror
المبلغ المطلوب: 0 جنية مصري
@endsection @section('script') @endsection