@extends('site.layouts.master') @section('title') {{ __('site.auction_application') }} @endsection @section('metatags') @endsection @section('content')
@if (session()->get('image_error') != null)
{{ session()->get('image_error') }}
@endif @if (session()->get('msg') != null)
{{ session()->get('msg') }}
@endif
apply_action
@csrf
@error('national_id') {{ $message }} @enderror
@error('insurance_receipt') {{ $message }} @enderror
@error('conditions_book_receipt') {{ $message }} @enderror
apply_action
@endsection @section('script') @endsection