@extends('layouts.master') @section('title', 'Identity') @section('content')

{{ trans('identity.identity') }}

@include('pages.identity.search') @include('pages.identity.list')
@include('pages.identity.add_modal')
@endsection @section('script-footer') @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection