@extends('backend.index') @section('content')
@csrf
Min width, height 300x300, Image will be automatically crop and resize to 300/176 pixel.
@if(\App\Models\Role::getValue('admin_roles'))
{!! makeRolesDropDown('role', null, 'required') !!}
@endif
@endsection