@extends('admin.layout.master') @section('title') Licence @endsection @section('css') @endsection @section('content') @if(session()->get('error')) @elseif(session()->get('success')) @endif
@csrf
@endsection @section('js') @endsection