@extends('admin.master_layout') @section('title') {{ $title }} @endsection @section('body-header')

{{ $title }}

{{ __('translate.Manage User') }} >> {{ $title }}

@endsection @section('body-content')

{{ $title }}

@endsection @push('js_section') @endpush