@extends('layouts.index') @section('page_title') New City @endsection @section('locations_active') nav-item active @endsection @section('pg_name') Add New Photos @endsection @section('headaddons') @endsection @section('content') @if (count($errors) > 0)
@foreach ($errors->all() as $error)
Can't add Photo Size Is More than 2M : {{$error}}
@endforeach
@endif
@csrf
@endsection