@extends('layouts.admin_master') @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if(Session::has('error')) @endif
@csrf

For Best Result Upload Image Size is:- 235px * 170px
@endsection @section('scripts') @parent @endsection