@extends('admin.layouts.master') @section('title','Create a new user') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Users') }} @endslot @slot('menu1') {{ __('Users') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
@if ($errors->any())
@endif
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.User') }}
{{ csrf_field() }}
{{ __('adminstaticword.Recommendedsize') }} (410 x 410px)
{{ __('Upload') }}

@endsection @section('script') @endsection