@extends('layouts.master') @section('title', 'Admin Panel') @section('master')
@yield('admin')
@endsection