@extends('admin.layout.master') @section('page_title','Add Member') @section('title','Add Member') @section('container') @if(Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('errors'))
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{csrf_field()}}
Name
Email
Phone
Password
Update on Whatsapp
Status
 
@endsection