@extends('admin.master', ['menu' => 'our_people', 'submenu' => 'our_people_list']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('English name') }} {{ __('Arabic name') }} {{ __('Category') }} {{ __('English Title') }} {{ __('Arabic Title') }} {{ __('Twitter Link') }} {{ __('Linkedin Link') }} {{ __('Image') }} {{ __('Action') }}
@push('post_scripts') @endpush @endsection