@extends('apex-layouts.main') @section('title', $model->id.' '.$model->source) @section('header-right') id)}}" data-modal-id="add-status-change-modal-{{$model->id}}" class="ajax-base-modal btn btn-raised btn-light round mr-1 mb-1"> @endsection @section('content')
@csrf

{{ 'Order info' }}

@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@endsection @section('scripts') @stop @section('styles') @stop