@extends('backend.layouts.app') @section('content') {{__('app.licenses.title')}} {{$title}} {{$title}} @include('backend.layouts.alert') @csrf @if(isset($license)) @method('PUT') @endif {{__('app.customers.title')}} Select @foreach ($customers as $customer) customer_id ?? '') == $customer->id) ? 'selected' : '' }}>{{$customer->name}} @endforeach @if ($errors->has('customer')) {{ $errors->first('customer') }} @endif {{__('app.licenses.license')}} # @if ($errors->has('license')) {{ $errors->first('license') }} @endif {{__('app.licenses.issue_date')}} @if ($errors->has('issue_date')) {{ $errors->first('issue_date') }} @endif {{__('app.licenses.expiry_date')}} @if ($errors->has('expiry_date')) {{ $errors->first('expiry_date') }} @endif @endsection