@extends('admin.layouts.master') @section('title', 'Logout') @section('style') @endsection @section('body') {{-- Code Here --}}
@endsection @section('script') {{-- Extra --}} @endsection