@extends('layouts.agent') @push('css') @endpush @section('content')
{{ csrf_field() }}
{{ __('Property Images') }}
{{ __('Property Covered Image') }}

{{-- error message --}} @if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
Minimum 4 images are mandatory
{{ __('Back') }}
@endsection @section('scripts') @endsection