@extends('sysadmin.layouts.app') @section('custom-css') @endsection @section('post-header')
@endsection @section('content')
{{ csrf_field() }}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} @if ($errors->has('baboonCourier')) {{ $errors->first('baboonCourier') }} @endif
{{--
--}} {{--
--}} {{--
--}} {{--
--}} @if ($errors->has('mobilePrinter')) {{ $errors->first('mobilePrinter') }} @endif
@if ($errors->has('baboonPercentage')) {{ $errors->first('baboonPercentage') }} @endif
@endsection @section('custom-js') @endsection