@extends('layout.layout') @php $route = 'admins'; @endphp @section('style') @endsection @section('header')

{{trans('lang.Profile')}}

@endsection @section('content')

{{__('lang.Profile')}}

@csrf
@include('Admin.'.$route.'.form')
@endsection @section('script') @endsection