@extends('Admin.master_page') @section('title')
Add New
@endsection @section('content')
@method('PUT') @csrf @include('Admin.WhoWeAre._form')
@endsection