@extends('dashboard.layouts.layouts') @section('content')

Orders

{{$title}}

@csrf
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('phone')) {{ $errors->first('payment_type') }} @endif
@endsection