@extends('layouts.app_mobile') @section('link') @endsection @section('style') @endsection @section('content')
{{__('texte.mobile_views_arr.input.menu')}}
{{ csrf_field() }}
has('supplier_id') ? ' has-error' : '' }}> @if ($errors->has('supplier_id')) {{ $errors->first('supplier_id') }} @endif
has('storage') ? ' has-error' : '' }}> @if ($errors->has('storage')) {{ $errors->first('storage') }} @endif
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@endsection