@extends('layouts.'.Auth::user()->role.'_layout') @section('title') {{ __('Edit Test') }} @endsection @section('content')
{{ __('Edit Test') }}
{{ csrf_field() }}
@endsection @section('header') @endsection @section('footer') @endsection