@extends('admin.layouts.master') @section('title','Create a new user') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add') }} {{ __('User') }}
{{ csrf_field() }}

{{ __('Personal Details') }}

{{ __('Address') }}

{{ __('Recommended size') }} (410 x 410PX)
{{ __('Upload') }}

{{ __('Social Profile') }}


@endsection @section('script') @endsection