@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')
@csrf
{!! $errors->has('name')? '

'.$errors->first('name').'

':'' !!}
{!! $errors->has('email')? '

'.$errors->first('email').'

':'' !!}
{!! $errors->has('gender')? '

'.$errors->first('gender').'

':'' !!}
{!! $errors->has('mobile')? '

'.$errors->first('mobile').'

':'' !!}
{!! $errors->has('phone')? '

'.$errors->first('phone').'

':'' !!}
{!! $errors->has('country_id')? '

'.$errors->first('country_id').'

':'' !!}
{!! $errors->has('address')? '

'.$errors->first('address').'

':'' !!}
{!! $errors->has('website')? '

'.$errors->first('website').'

':'' !!}
{!! $errors->has('photo')? '

'.$errors->first('photo').'

':'' !!}

@endsection @section('page-js') @endsection