@extends('template.basic.layouts.master') @section('title') {{ $pageTitle }} @endsection @section('content')
@yield('content_detail')
@endsection