@extends('layouts.admin_master') @section('content')
@if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@csrf
@if(!empty($cms->image)) @endif {{-- For Best Result Upload Image Size is:- 400px * 250px --}}
@endsection @section('scripts') @parent @endsection